github.com/klauspost/compress/huff0.Scratch.dt (field)

7 uses

	github.com/klauspost/compress/huff0 (current package)
		decompress.go#L131: 	if len(s.dt.single) != tSize {
		decompress.go#L132: 		s.dt.single = make([]dEntrySingle, tSize)
		decompress.go#L161: 		single := s.dt.single[*rank : *rank+length]
		decompress.go#L210: 		dt:             s.dt,
		decompress.go#L1096: 	if s == nil || len(s.dt.single) == 0 {
		decompress.go#L1099: 	dt := s.dt.single[:1<<s.actualTableLog]
		huff0.go#L116: 	dt             dTable // decompression table